home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
An Introduction to Progr…l Basic 6.0 (4th Edition)
/
An Introduction to Programming using Visual Basic 6.0.iso
/
IE4
/
IEJAVA.CAB
/
com
/
ms
/
ie
/
ShellFolderViewOC.class
(
.txt
)
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Java Class File
|
1998-03-10
|
675 b
|
12 lines
package com.ms.ie;
import com.ms.com.IUnknown;
import com.ms.com.NoAutoScripting;
import com.ms.com._Guid;
public class ShellFolderViewOC implements IUnknown, NoAutoScripting, IFolderViewOC {
public static final _Guid clsid = new _Guid(-1683990159, (short)-2392, (short)4559, (byte)-92, (byte)66, (byte)0, (byte)-96, (byte)-55, (byte)10, (byte)-113, (byte)57);
public native void SetFolderView(Object var1);
}